home *** CD-ROM | disk | FTP | other *** search
Makefile | 1998-12-03 | 806 b | 36 lines | [TEXT/MPS ] |
- # MakeFile - Make instructions for assembly language examples.
- #
- # Copyright Apple Computer, Inc. 1986-1987,1992, 1998
- # All rights reserved.
- #
- # This makefile builds:
- # The sample MPW Tool: Count
- # The sample desk accessory: Memory
- #
-
- all ƒƒ Count Memory
-
- Count ƒƒ Count.r
- Rez Count.r -o Count -append
- Count ƒƒ Count.a.o FStubs.a.o
- Link -w -c 'MPS ' -t MPST Count.a.o FStubs.a.o ∂
- -sn INTENV=Main ∂
- -sn %A5Init=Main ∂
- "{Libraries}"Stubs.o ∂
- "{Libraries}"MacRuntime.o ∂
- "{Libraries}"IntEnv.o ∂
- "{Libraries}"ToolLibs.o ∂
- "{Libraries}"Interface.o ∂
- -o Count
- Count.a.o ƒ Count.a
- Asm Count.a
- FStubs.a.o ƒ FStubs.a
- Asm FStubs.a
-
-
- Memory ƒ MemorySrc.a.o
- Link -da -t dfil -c movr -rt DRVR=12 -sg Memory ∂
- MemorySrc.a.o -o Memory
- MemorySrc.a.o ƒ MemorySrc.a
- Asm MemorySrc.a
-